Conversation
There was a problem hiding this comment.
Pull request overview
This PR enhances the documentation by adding a new section explaining additional verification capabilities for mocks. It introduces two verification methods that help ensure test completeness and quality.
Changes:
- Added documentation for
AllInteractionsAreVerifiedmethod to verify all mock interactions are checked - Added documentation for
AllSetupsAreUsedmethod to ensure all mock setups are utilized
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🚀 Benchmark ResultsDetails
|
|
This is addressed in release v1.0.0. |



This PR enhances the documentation by adding a new section explaining additional verification capabilities for mocks. It introduces two verification methods that help ensure test completeness and quality.
Key Changes:
AllInteractionsAreVerifiedmethod to verify all mock interactions are checkedAllSetupsAreUsedmethod to ensure all mock setups are utilized